home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TTRANSFERFORM / TTRANSFERFORM.txt < prev   
Text File  |  2007-06-06  |  14KB  |  515 lines

  1. object TransferForm: TTransferForm
  2.   Left = 375
  3.   Top = 258
  4.   Caption = 'Tasks uploads/downloads'
  5.   ClientHeight = 422
  6.   ClientWidth = 574
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 451
  9.   Constraints.MinWidth = 582
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = False
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 378
  23.     Width = 574
  24.     Height = 3
  25.     Align = alBottom
  26.     Shape = bsBottomLine
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 381
  31.     Width = 574
  32.     Height = 41
  33.     Align = alBottom
  34.     BevelOuter = bvNone
  35.     TabOrder = 0
  36.     DesignSize = (
  37.       574
  38.       41)
  39.     object btOk: TElPopupButton
  40.       Left = 456
  41.       Top = 8
  42.       Width = 105
  43.       Height = 25
  44.       DrawDefaultFrame = False
  45.       Caption = 'OK'
  46.       TabOrder = 0
  47.       OnClick = btOkClick
  48.       Anchors = [akRight, akBottom]
  49.     end
  50.     object btHelp: TElPopupButton
  51.       Left = 8
  52.       Top = 8
  53.       Width = 113
  54.       Height = 25
  55.       ImageIndex = 14
  56.       UseImageList = True
  57.       Images = TrayForm.ilMain
  58.       DrawDefaultFrame = False
  59.       Caption = 'Help'
  60.       TabOrder = 1
  61.       Visible = False
  62.       Anchors = [akLeft, akBottom]
  63.     end
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 574
  69.     Height = 43
  70.     Align = alTop
  71.     BevelOuter = bvNone
  72.     TabOrder = 1
  73.     DesignSize = (
  74.       574
  75.       43)
  76.     object lbHelp: TLabel
  77.       Left = 40
  78.       Top = 5
  79.       Width = 521
  80.       Height = 33
  81.       Anchors = [akLeft, akTop, akRight]
  82.       AutoSize = False
  83.       Caption = 
  84.         'It'#39's possible here to connect to remote computers with installed' +
  85.         ' xStarter Web Pilot program and Upload / Download tasks.'
  86.       WordWrap = True
  87.     end
  88.     object Image1: TImage
  89.       Left = 8
  90.       Top = 8
  91.       Width = 25
  92.       Height = 25
  93.       Picture.Data = {<image000.bmp>}
  94.       Transparent = True
  95.     end
  96.   end
  97.   object ElSplitter1: TElSplitter
  98.     Left = 185
  99.     Top = 43
  100.     Width = 5
  101.     Height = 335
  102.     MinSizeTopLeft = 100
  103.     MinSizeBottomRight = 200
  104.     ControlTopLeft = Panel3
  105.     ControlBottomRight = Panel4
  106.     Align = alLeft
  107.   end
  108.   object Panel3: TPanel
  109.     Left = 0
  110.     Top = 43
  111.     Width = 185
  112.     Height = 335
  113.     Align = alLeft
  114.     BevelOuter = bvNone
  115.     TabOrder = 3
  116.     object VSTConn: TVirtualStringTree
  117.       Left = 27
  118.       Top = 0
  119.       Width = 158
  120.       Height = 335
  121.       Align = alClient
  122.       BevelInner = bvNone
  123.       BevelKind = bkTile
  124.       BorderStyle = bsNone
  125.       Header.AutoSizeIndex = -1
  126.       Header.Font.Charset = DEFAULT_CHARSET
  127.       Header.Font.Color = clWindowText
  128.       Header.Font.Height = -11
  129.       Header.Font.Name = 'MS Sans Serif'
  130.       Header.Font.Style = []
  131.       Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowHint, hoVisible]
  132.       Header.ParentFont = True
  133.       Header.Style = hsFlatButtons
  134.       HintAnimation = hatNone
  135.       HintMode = hmTooltip
  136.       ParentShowHint = False
  137.       PopupMenu = TBPopupMenu1
  138.       ShowHint = True
  139.       TabOrder = 0
  140.       TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons]
  141.       TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toInitOnSave, toWheelPanning]
  142.       TreeOptions.PaintOptions = [toPopupMode, toShowButtons, toShowDropmark, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
  143.       TreeOptions.SelectionOptions = [toMiddleClickSelect, toRightClickSelect]
  144.       OnCompareNodes = VSTConnCompareNodes
  145.       OnDblClick = VSTConnDblClick
  146.       OnDragAllowed = VSTConnDragAllowed
  147.       OnDragOver = VSTConnDragOver
  148.       OnDragDrop = VSTConnDragDrop
  149.       OnFocusChanged = VSTConnFocusChanged
  150.       OnGetText = VSTConnGetText
  151.       OnGetImageIndex = VSTConnGetImageIndex
  152.       Columns = <
  153.         item
  154.           Position = 0
  155.           Width = 156
  156.           WideText = 'Web Connections'
  157.         end>
  158.     end
  159.     object TBDock3: TSpTBXDock
  160.       Left = 0
  161.       Top = 0
  162.       Width = 27
  163.       Height = 335
  164.       Position = dpLeft
  165.       object ToolbarConn: TSpTBXToolbar
  166.         Left = 0
  167.         Top = 0
  168.         Caption = 'ToolbarRole'
  169.         DockMode = dmCannotFloatOrChangeDocks
  170.         Images = TrayForm.ilMain
  171.         ParentShowHint = False
  172.         ShowHint = True
  173.         TabOrder = 0
  174.         object tiAddConnection: TSpTBXItem
  175.           Caption = 'Add Connection'
  176.           Hint = 'Add Connection'
  177.           Action = acAddConnection
  178.         end
  179.         object tiEditConnection: TSpTBXItem
  180.           Caption = 'Edit Connection'
  181.           Hint = 'Edit Connection'
  182.           Action = acEditConnection
  183.         end
  184.         object tiDeleteConnection: TSpTBXItem
  185.           Caption = 'Delete Connection'
  186.           Hint = 'Delete Connection'
  187.           Action = acDeleteConnection
  188.         end
  189.         object TBSeparatorItem1: TSpTBXSeparatorItem
  190.         end
  191.         object TBItem1: TSpTBXItem
  192.           Caption = 'Connect'
  193.           Hint = 'Connect'
  194.           Action = acConnect
  195.         end
  196.         object TBItem8: TSpTBXItem
  197.           Caption = 'Disconnect'
  198.           Hint = 'Disconnect'
  199.           Action = acDisconnect
  200.         end
  201.       end
  202.     end
  203.   end
  204.   object Panel4: TPanel
  205.     Left = 190
  206.     Top = 43
  207.     Width = 384
  208.     Height = 335
  209.     Align = alClient
  210.     BevelOuter = bvNone
  211.     TabOrder = 4
  212.     object VSTLocal: TVirtualStringTree
  213.       Left = 0
  214.       Top = 0
  215.       Width = 384
  216.       Height = 152
  217.       Align = alClient
  218.       BevelInner = bvNone
  219.       BevelKind = bkTile
  220.       BorderStyle = bsNone
  221.       Header.AutoSizeIndex = 1
  222.       Header.Font.Charset = DEFAULT_CHARSET
  223.       Header.Font.Color = clWindowText
  224.       Header.Font.Height = -11
  225.       Header.Font.Name = 'MS Sans Serif'
  226.       Header.Font.Style = []
  227.       Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowHint, hoVisible]
  228.       Header.ParentFont = True
  229.       Header.Style = hsFlatButtons
  230.       HintAnimation = hatNone
  231.       HintMode = hmHint
  232.       Images = TrayForm.ilMain
  233.       ParentShowHint = False
  234.       PopupMenu = TBPopupMenu2
  235.       ShowHint = True
  236.       TabOrder = 0
  237.       TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes]
  238.       TreeOptions.PaintOptions = [toPopupMode, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
  239.       TreeOptions.SelectionOptions = [toMiddleClickSelect, toRightClickSelect]
  240.       OnDragAllowed = VSTLocalDragAllowed
  241.       OnDragOver = VSTLocalDragOver
  242.       OnDragDrop = VSTLocalDragDrop
  243.       OnGetText = VSTGetText
  244.       OnGetImageIndex = VSTGetImageIndex
  245.       Columns = <
  246.         item
  247.           Position = 0
  248.           Width = 150
  249.           WideText = 'Local Sections / Tasks'
  250.         end
  251.         item
  252.           Position = 1
  253.           Width = 232
  254.           WideText = 'Description'
  255.         end>
  256.     end
  257.     object ElSplitter2: TElSplitter
  258.       Left = 0
  259.       Top = 152
  260.       Width = 384
  261.       Height = 5
  262.       Cursor = crVSplit
  263.       MinSizeTopLeft = 100
  264.       MinSizeBottomRight = 100
  265.       ControlTopLeft = VSTLocal
  266.       ControlBottomRight = Panel5
  267.       Align = alBottom
  268.     end
  269.     object Panel5: TPanel
  270.       Left = 0
  271.       Top = 157
  272.       Width = 384
  273.       Height = 178
  274.       Align = alBottom
  275.       BevelOuter = bvNone
  276.       TabOrder = 2
  277.       object VST: TVirtualStringTree
  278.         Left = 0
  279.         Top = 26
  280.         Width = 384
  281.         Height = 152
  282.         Align = alClient
  283.         BevelInner = bvNone
  284.         BevelKind = bkTile
  285.         BorderStyle = bsNone
  286.         Header.AutoSizeIndex = 1
  287.         Header.Font.Charset = DEFAULT_CHARSET
  288.         Header.Font.Color = clWindowText
  289.         Header.Font.Height = -11
  290.         Header.Font.Name = 'MS Sans Serif'
  291.         Header.Font.Style = []
  292.         Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowHint, hoVisible]
  293.         Header.ParentFont = True
  294.         Header.Style = hsFlatButtons
  295.         HintAnimation = hatNone
  296.         HintMode = hmHint
  297.         Images = TrayForm.ilMain
  298.         ParentShowHint = False
  299.         PopupMenu = TBPopupMenu3
  300.         ShowHint = True
  301.         TabOrder = 0
  302.         TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoHideButtons, toAutoDeleteMovedNodes]
  303.         TreeOptions.PaintOptions = [toPopupMode, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
  304.         OnDragAllowed = VSTLocalDragAllowed
  305.         OnDragOver = VSTLocalDragOver
  306.         OnDragDrop = VSTLocalDragDrop
  307.         OnGetText = VSTGetText
  308.         OnGetImageIndex = VSTGetImageIndex
  309.         Columns = <
  310.           item
  311.             Position = 0
  312.             Width = 150
  313.             WideText = 'Remote Sections / Tasks'
  314.           end
  315.           item
  316.             Position = 1
  317.             Width = 232
  318.             WideText = 'Description'
  319.           end>
  320.       end
  321.       object TBDock1: TSpTBXDock
  322.         Left = 0
  323.         Top = 0
  324.         Width = 384
  325.         Height = 26
  326.         object TBToolbar2: TSpTBXToolbar
  327.           Left = 108
  328.           Top = 0
  329.           Caption = 'ToolbarRole'
  330.           DockMode = dmCannotFloatOrChangeDocks
  331.           ParentShowHint = False
  332.           ShowHint = True
  333.           TabOrder = 0
  334.           Visible = False
  335.           object itVersion: TSpTBXItem
  336.             Caption = 'Remote version:'
  337.             Enabled = False
  338.           end
  339.         end
  340.         object TBToolbar1: TSpTBXToolbar
  341.           Left = 0
  342.           Top = 0
  343.           Caption = 'ToolbarRole'
  344.           DockMode = dmCannotFloatOrChangeDocks
  345.           Images = TrayForm.ilMain
  346.           ParentShowHint = False
  347.           ShowHint = True
  348.           TabOrder = 1
  349.           object TBItem11: TSpTBXItem
  350.             Caption = 'Upload'
  351.             Hint = 'Upload'
  352.             Action = acUpload
  353.           end
  354.           object TBItem13: TSpTBXItem
  355.             Caption = 'Download'
  356.             Hint = 'Download'
  357.             Action = acDownload
  358.           end
  359.           object TBItem6: TSpTBXItem
  360.             Caption = 'Create new remote section'
  361.             Hint = 'Create new remote section'
  362.             Action = acNewSection
  363.           end
  364.           object TBSeparatorItem4: TSpTBXSeparatorItem
  365.           end
  366.           object TBItem14: TSpTBXItem
  367.             Caption = 'Refresh Remote Tasks'
  368.             Hint = 'Refresh Remote Tasks'
  369.             Action = acRefresh
  370.           end
  371.         end
  372.       end
  373.     end
  374.   end
  375.   object ElFormPersist1: TElFormPersist
  376.     Storage = TrayForm.ElIniFile1
  377.     PersistOptions = [epoState, epoPosition, epoProperties, epoSize]
  378.     TopMost = False
  379.     Left = 144
  380.     Top = 160
  381.     PropsToStore = {
  382.       010000000100000000000600000050616E656C35000000000101060000004865
  383.       69676874}
  384.   end
  385.   object ActionList1: TActionList
  386.     Images = TrayForm.ilMain
  387.     Left = 80
  388.     Top = 96
  389.     object acAddConnection: TAction
  390.       Caption = 'Add Connection'
  391.       Hint = 'Add Connection'
  392.       ImageIndex = 0
  393.       OnExecute = acAddConnectionExecute
  394.     end
  395.     object acEditConnection: TAction
  396.       Caption = 'Edit Connection'
  397.       Hint = 'Edit Connection'
  398.       ImageIndex = 16
  399.       OnExecute = acEditConnectionExecute
  400.     end
  401.     object acDeleteConnection: TAction
  402.       Caption = 'Delete Connection'
  403.       Hint = 'Delete Connection'
  404.       ImageIndex = 6
  405.       OnExecute = acDeleteConnectionExecute
  406.     end
  407.     object acConnect: TAction
  408.       Caption = 'Connect'
  409.       Hint = 'Connect'
  410.       ImageIndex = 25
  411.       OnExecute = acConnectExecute
  412.     end
  413.     object acUpload: TAction
  414.       Caption = 'Upload'
  415.       Hint = 'Upload'
  416.       ImageIndex = 9
  417.       OnExecute = acUploadExecute
  418.     end
  419.     object acDownload: TAction
  420.       Caption = 'Download'
  421.       Hint = 'Download'
  422.       ImageIndex = 10
  423.       OnExecute = acDownloadExecute
  424.     end
  425.     object acRefresh: TAction
  426.       Caption = 'Refresh Remote Tasks'
  427.       Hint = 'Refresh Remote Tasks'
  428.       ImageIndex = 26
  429.       OnExecute = acConnectExecute
  430.     end
  431.     object acDisconnect: TAction
  432.       Caption = 'Disconnect'
  433.       Hint = 'Disconnect'
  434.       ImageIndex = 27
  435.       OnExecute = acDisconnectExecute
  436.     end
  437.     object acNewSection: TAction
  438.       Caption = 'Create new remote section'
  439.       Hint = 'Create new remote section'
  440.       ImageIndex = 1
  441.       OnExecute = acNewSectionExecute
  442.     end
  443.   end
  444.   object TBPopupMenu1: TSpTBXPopupMenu
  445.     Left = 112
  446.     Top = 160
  447.     object TBItem4: TSpTBXItem
  448.       Caption = 'Add Connection'
  449.       Hint = 'Add Connection'
  450.       Action = acAddConnection
  451.     end
  452.     object TBItem3: TSpTBXItem
  453.       Caption = 'Edit Connection'
  454.       Hint = 'Edit Connection'
  455.       Action = acEditConnection
  456.     end
  457.     object TBItem2: TSpTBXItem
  458.       Caption = 'Delete Connection'
  459.       Hint = 'Delete Connection'
  460.       Action = acDeleteConnection
  461.     end
  462.     object TBSeparatorItem2: TSpTBXSeparatorItem
  463.     end
  464.     object TBItem5: TSpTBXItem
  465.       Caption = 'Connect'
  466.       Hint = 'Connect'
  467.       Action = acConnect
  468.       Options = [tboDefault]
  469.     end
  470.     object TBItem10: TSpTBXItem
  471.       Caption = 'Disconnect'
  472.       Hint = 'Disconnect'
  473.       Action = acDisconnect
  474.     end
  475.   end
  476.   object TBPopupMenu2: TSpTBXPopupMenu
  477.     Left = 224
  478.     Top = 96
  479.     object TBItem12: TSpTBXItem
  480.       Caption = 'Upload'
  481.       Hint = 'Upload'
  482.       Action = acUpload
  483.     end
  484.   end
  485.   object TBPopupMenu3: TSpTBXPopupMenu
  486.     Left = 224
  487.     Top = 264
  488.     object TBItem15: TSpTBXItem
  489.       Caption = 'Download'
  490.       Hint = 'Download'
  491.       Action = acDownload
  492.     end
  493.     object TBSeparatorItem5: TSpTBXSeparatorItem
  494.     end
  495.     object TBItem16: TSpTBXItem
  496.       Caption = 'Refresh Remote Tasks'
  497.       Hint = 'Refresh Remote Tasks'
  498.       Action = acRefresh
  499.     end
  500.   end
  501.   object inp: TElInputDialog
  502.     StyleManager = MainForm.ElStyleManager1
  503.     IsHTML = False
  504.     Position = poMainFormCenter
  505.     Font.Charset = DEFAULT_CHARSET
  506.     Font.Color = clWindowText
  507.     Font.Height = -11
  508.     Font.Name = 'MS Sans Serif'
  509.     Font.Style = []
  510.     ParentFont = False
  511.     Left = 80
  512.     Top = 160
  513.   end
  514. end
  515.